home *** CD-ROM | disk | FTP | other *** search
- -- card: 21155 from stack: in
- -- bmap block id: 17403
- -- flags: 4000
- -- background id: 2604
- -- name: TOOL/SHOP
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=344 top=116 right=139 bottom=364
- -- title width / last selected line: 0
- -- icon id / first selected line: 2730 / 2730
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: S/TO/OUT/TOOL
- ----- HyperTalk script -----
- on mouseUp
- go to card id 9516
- end mouseUp
-
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=122 top=215 right=232 bottom=144
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: GET/LASER
- ----- HyperTalk script -----
- on mouseUp
- global inventory
- if "laser" is in inventory then
- put "The crate is empty." into Msg
- wait 3 seconds
- doMenu "Message"
- else
- put ", cutting laser" after inventory
- put inventory into background field "ShowMe"
- put "You find an old cutting laser." into Msg
- wait 3 seconds
- doMenu "Message"
- end if
-
- global power
- add 2 to power
- end mouseUp
-
-
-
- -- part contents for background part 6
- ----- text -----
- You are carrying: empty multicorder
-
- -- part contents for background part 8
- ----- text -----
- 0